Html Css Color HEX #B634CF Dark Orchid

📋 copy color: '#B634CF'

red 182 ◦ green 52 ◦ blue 207

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

Shades of Dark Orchid #B634CF

Tints of Dark Orchid #B634CF

RGB

 RED value IS 182 (71.48% from 255) = 41.27%

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

 BLUE value IS 207 (81.25% from 255) = 46.94%

R = 41.27%
G = 11.79%
B = 46.94%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B634CF (or 0xB634CF) is known color: Dark Orchid. HEX triplet: B6, 34 and CF. RGB value is (182,52,207). Sum of RGB (Red+Green+Blue) = 182+52+207=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 52 (20.70% from 255 or 11.79% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #B634CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B634CF is #49CB30. Grayscale: #6C6C6C. Windows color (decimal): -4836145 or 13579446. OLE color: 13579446.

HSL color Cylindrical-coordinate representation of color #B634CF: hue angle of 290.32º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B634CF is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 52 207 -
CMYK 0.12 0.75 0 0.19
HSL 290.32º 0.62% 0.51% -
HSV(B) 290.32º 0.75% 0.81% -
XYZ 31.78 16.91 60.62 -
YUV 108.54 183.57 180.4 -
System Red Green Blue C M Y K H S L
Decimal 182 52 207 0.12 0.75 0 0.19 290.32 0.62 0.51
Hex B6 34 CF C 4B 0 13 122 3E 33
Octal 266 64 317 14 113 0 23 442 76 63
Binary 10110110 110100 11001111 1100 1001011 0 10011 100100010 111110 110011

Color Harmonies of #B634CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B634CF

Black with #B634CF

Text Example


Text Example

White with #B634CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B634CF; }

 p { color: rgb(182,52,207); }

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

background-color css

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

 a { background-color: rgb(182,52,207); }

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

border-color css

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

 span { border-color: rgb(182,52,207); }

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