Html Css Color HEX #B734FA Medium Orchid

📋 copy color: '#B734FA'

red 183 ◦ green 52 ◦ blue 250

#B734FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B734FA

Tints of Medium Orchid #B734FA

RGB

 RED value IS 183 (71.88% from 255) = 37.73%

 GREEN value IS 52 (20.7% from 255) = 10.72%

 BLUE value IS 250 (98.05% from 255) = 51.55%

R = 37.73%
G = 10.72%
B = 51.55%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B734FA (or 0xB734FA) is known color: Medium Orchid. HEX triplet: B7, 34 and FA. RGB value is (183,52,250). Sum of RGB (Red+Green+Blue) = 183+52+250=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 52 (20.70% from 255 or 10.72% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #B734FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B734FA is #48CB05. Grayscale: #717171. Windows color (decimal): -4770566 or 16397495. OLE color: 16397495.

HSL color Cylindrical-coordinate representation of color #B734FA: hue angle of 279.7º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B734FA is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 52 250 -
CMYK 0.27 0.79 0 0.02
HSL 279.7º 0.95% 0.59% -
HSV(B) 279.7º 0.79% 0.98% -
XYZ 38.01 19.43 92.19 -
YUV 113.74 204.9 177.4 -
System Red Green Blue C M Y K H S L
Decimal 183 52 250 0.27 0.79 0 0.02 279.7 0.95 0.59
Hex B7 34 FA 1B 4F 0 2 118 5F 3B
Octal 267 64 372 33 117 0 2 430 137 73
Binary 10110111 110100 11111010 11011 1001111 0 10 100011000 1011111 111011

Color Harmonies of #B734FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B734FA

Black with #B734FA

Text Example


Text Example

White with #B734FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B734FA; }

 p { color: rgb(183,52,250); }

 H1.HeaderClassName
 {
   color: #B734FA;
 }
 .AnyTagClassName
 {
   color: #B734FA;
 }
</style>

background-color css

<style>
 a { background-color: #B734FA; }

 a { background-color: rgb(183,52,250); }

 div.DivClassName
 {
   background-color: #B734FA;
 }
 .BgClassName
 {
   background-color: #B734FA;
 }
</style>

border-color css

<style>
 span { border-color: #B734FA; }

 span { border-color: rgb(183,52,250); }

 td.TdClassName
 {
   border-color: #B734FA;
 }
 .TagClassName
 {
   border-color: #B734FA;
 }
</style>